Create a worker with new Worker('worker.js'), communicate using postMessage and onmessage events.
new Worker('worker.js')
postMessage
onmessage